-
Notifications
You must be signed in to change notification settings - Fork 125
Core tracing prototype options #1419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1419 +/- ##
===========================================
- Coverage 81.37% 43.34% -38.04%
===========================================
Files 208 208
Lines 23554 23699 +145
Branches 3716 3742 +26
===========================================
- Hits 19167 10272 -8895
- Misses 3129 12370 +9241
+ Partials 1258 1057 -201 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d83a228
to
282e879
Compare
CT = Core Tracing
53b4c30
to
7650f52
Compare
Overview
Prototype of Core Tracing
distributed_tracing.drop_inprocess_spans.enabled
- defaulted to False (Only reports entry and exit spans.)distributed_tracing.unique_spans.enabled
- defaulted to False (Only reports unique exit spans and entry spans.)distributed_tracing.minimize_attributes.enabled
- defaulted to False (Drops all agent attributes that are not entity synthesis attributes from spans)Note exit spans are defined as spans that contain entity synthesis agent attributes.
Linking ErrorTraces, slow sql etc to distributed traces is not supported in the prototype.